ServiceSetHoldOnMailboxes Method (HoldActionType, String, String, IListString, String, Boolean, Boolean, String) |
Sets the hold on mailboxes.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic HoldOnMailboxesInfo SetHoldOnMailboxes(
HoldActionType actionType,
string holdId,
string query,
IList<string> mailboxes,
string language,
bool includeNonIndexableItems,
bool deduplication,
string inPlaceHoldIdentity
)
Public Function SetHoldOnMailboxes (
actionType As HoldActionType,
holdId As String,
query As String,
mailboxes As IList(Of String),
language As String,
includeNonIndexableItems As Boolean,
deduplication As Boolean,
inPlaceHoldIdentity As String
) As HoldOnMailboxesInfo
Parameters
- actionType
- Type: Independentsoft.ExchangeHoldActionType
Type of the action. - holdId
- Type: SystemString
The hold identifier. - query
- Type: SystemString
The query. - mailboxes
- Type: System.Collections.GenericIListString
The mailboxes. - language
- Type: SystemString
The language. - includeNonIndexableItems
- Type: SystemBoolean
if set to true [include non indexable items]. - deduplication
- Type: SystemBoolean
if set to true [deduplication]. - inPlaceHoldIdentity
- Type: SystemString
The in place hold identity.
Return Value
Type:
HoldOnMailboxesInfoHoldOnMailboxesInfo.
See Also